body{
    background-color: whitesmoke;
    color: black;
}
header{
    background-color: rgb(175, 0, 0);
    color: white;
}
img{
    border-radius: 30px;
}
pre{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}
#boton{
    background-color: rgb(255, 128, 0);
    color: whitesmoke;
    border-radius: 50px;
    font-size: xx-large;
    border: 1px solid black;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 8px;
    padding-right: 8px;
}
#enviarscreen{
    background-color: rgb(179, 178, 177);
    font-size: large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 30px;
}
#space{
    border-radius: 20px;
}
#tiktok{
    background-color: black;
    font-size: large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 30px;
    color: white;
}
span.req{
    color: red;
}